home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Boxer / TZUtils / makefile < prev    next >
Encoding:
Makefile  |  2000-06-23  |  165 b   |  12 lines

  1.  
  2. %.o: %.c 
  3.     m68k-palmos-gcc -Wall -O3 -c $< -o $@ 
  4.  
  5. libtzutils.a: stdio2.o makedb.o
  6.     m68k-palmos-ar rv $@ $^
  7.  
  8. clean:
  9.     rm -f *.o
  10.  
  11. realclean: clean
  12.     rm -f libtzutils.a